home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wtj208.zip / ZEMPEL / SOURCE / THUNK32 / MAKEFILE.T32 < prev    next >
Text File  |  1993-05-01  |  416b  |  16 lines

  1. !include <ntwin32.mak>
  2.  
  3.  
  4. all: thunk32.exe
  5.  
  6.  
  7. thunk32.obj: thunk32.c
  8.     $(cc) $(cdebug) $(cflags) $(cvars) thunk32.c
  9.  
  10. thunk32.rbj: thunk32.rc thunk32.h
  11.     rc -r -fo thunk32.res thunk32.rc
  12.     cvtres -$(CPU) thunk32.res -o thunk32.rbj
  13.  
  14. thunk32.exe: thunk32.obj ut32.lib thunk32.rbj thunk32.def
  15.     $(link) $(linkdebug) $(guiflags) -verbose -out:thunk32.exe thunk32.obj ut32.lib thunk32.rbj $(guilibs) 
  16.